projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d2191
)
vc-cvs-checkin had some reference problems, now fixed.
author
Eric S. Raymond
<esr@snark.thyrsus.com>
Thu, 19 Jul 2007 14:26:08 +0000
(14:26 +0000)
committer
Eric S. Raymond
<esr@snark.thyrsus.com>
Thu, 19 Jul 2007 14:26:08 +0000
(14:26 +0000)
lisp/vc-cvs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-cvs.el
b/lisp/vc-cvs.el
index fab59b1710c5ec85f108a3242d44da9afcdc6489..588ff4be6ba7282d69737f27ee6129c9188422a3 100644
(file)
--- a/
lisp/vc-cvs.el
+++ b/
lisp/vc-cvs.el
@@
-342,7
+342,8
@@
its parents."
;; Check checkin problem.
(cond
((re-search-forward "Up-to-date check failed" nil t)
- (vc-file-setprop file 'vc-state 'needs-merge)
+ (mapc (lambda (file) (vc-file-setprop file 'vc-state 'needs-merge))
+ files)
(error (substitute-command-keys
(concat "Up-to-date check failed: "
"type \\[vc-next-action] to merge in changes"))))